home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / Tools / nShell™ 1.0.3 / MoreSource / echo.π.rsrc / echo.π.rsrc.rsrc / TEXT_16000_man general.txt next >
Encoding:
Text File  |  1994-09-25  |  292 b   |  17 lines

  1.  
  2. NAME
  3.  
  4. echo - repeat a string
  5.  
  6. SYNOPSIS
  7.  
  8. echo [string...]
  9.  
  10. DESCRIPTION
  11.  
  12. The "echo" command displays a string parameter on standard output.  If more than one string parameter is given they are concatenated.  The combined string may not exceed 2048 characters.
  13.  
  14. RETURN CODES
  15.  
  16. <0    Error
  17. 0    Success